Go to the documentation of this file.
8 #ifndef MAGNETOGRAMINTERPOLATOR_H_
9 #define MAGNETOGRAMINTERPOLATOR_H_
26 float interpolate(
const std::string& variable,
const float&,
const float&,
const float&);
27 float interpolate(
const std::string& variable,
const float&,
const float&,
const float&,
float&,
float&,
float&);
28 float interpolate(
const long& variable_id,
const float&,
const float&,
const float&);
29 float interpolate(
const long& variable_id,
const float&,
const float&,
const float&,
float&,
float&,
float&);